home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Securite / Moon Secure Antivirus / MsavSetup.2.2.2.165.exe / {app} / moontray.exe / 0 / RCDATA / TPROXYSETTINGFORM / TPROXYSETTINGFORM.txt
Text File  |  2008-05-17  |  4KB  |  193 lines

  1. object ProxySettingForm: TProxySettingForm
  2.   Left = 376
  3.   Top = 203
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Proxy Settings'
  7.   ClientHeight = 310
  8.   ClientWidth = 371
  9.   Color = 5000268
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWhite
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label19: TLabel
  19.     Left = 60
  20.     Top = 277
  21.     Width = 127
  22.     Height = 25
  23.     Cursor = crHandPoint
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'APPLY'
  27.     Color = clWhite
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = 5000268
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentColor = False
  34.     ParentFont = False
  35.     Layout = tlCenter
  36.     OnClick = Label19Click
  37.   end
  38.   object Label20: TLabel
  39.     Left = 196
  40.     Top = 277
  41.     Width = 127
  42.     Height = 25
  43.     Cursor = crHandPoint
  44.     Alignment = taCenter
  45.     AutoSize = False
  46.     Caption = 'CANCEL'
  47.     Color = clWhite
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = 5000268
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentColor = False
  54.     ParentFont = False
  55.     Layout = tlCenter
  56.     OnClick = Label20Click
  57.   end
  58.   object gbProxyInfo: TGroupBox
  59.     Left = 8
  60.     Top = 56
  61.     Width = 353
  62.     Height = 213
  63.     Caption = ' Proxy settings '
  64.     TabOrder = 0
  65.     object Label1: TLabel
  66.       Left = 16
  67.       Top = 19
  68.       Width = 80
  69.       Height = 13
  70.       Caption = 'Proxy IP Address'
  71.     end
  72.     object Label2: TLabel
  73.       Left = 184
  74.       Top = 17
  75.       Width = 48
  76.       Height = 13
  77.       Caption = 'Proxy Port'
  78.     end
  79.     object edProxyIpAddress: TEdit
  80.       Left = 16
  81.       Top = 35
  82.       Width = 140
  83.       Height = 21
  84.       Color = 13421772
  85.       TabOrder = 0
  86.     end
  87.     object edProxyPort: TSpinEdit
  88.       Left = 184
  89.       Top = 33
  90.       Width = 140
  91.       Height = 22
  92.       Color = 13421772
  93.       MaxValue = 0
  94.       MinValue = 0
  95.       TabOrder = 1
  96.       Value = 0
  97.     end
  98.     object gbAuthSettings: TGroupBox
  99.       Left = 30
  100.       Top = 83
  101.       Width = 303
  102.       Height = 117
  103.       Caption = ' Authentication settings '
  104.       TabOrder = 2
  105.       object Label4: TLabel
  106.         Left = 27
  107.         Top = 90
  108.         Width = 65
  109.         Height = 13
  110.         Caption = 'Proxy Domain'
  111.       end
  112.       object Label3: TLabel
  113.         Left = 8
  114.         Top = 20
  115.         Width = 79
  116.         Height = 13
  117.         Caption = 'Proxy UserName'
  118.       end
  119.       object Label5: TLabel
  120.         Left = 149
  121.         Top = 20
  122.         Width = 75
  123.         Height = 13
  124.         Caption = 'Proxy Password'
  125.       end
  126.       object edProxyDomain: TEdit
  127.         Left = 116
  128.         Top = 86
  129.         Width = 140
  130.         Height = 21
  131.         Color = 13421772
  132.         TabOrder = 0
  133.       end
  134.       object edProxyUser: TEdit
  135.         Left = 5
  136.         Top = 36
  137.         Width = 114
  138.         Height = 21
  139.         Color = 13421772
  140.         TabOrder = 1
  141.       end
  142.       object edProxyPassword: TEdit
  143.         Left = 149
  144.         Top = 36
  145.         Width = 135
  146.         Height = 21
  147.         Color = 13421772
  148.         PasswordChar = '*'
  149.         TabOrder = 2
  150.         Text = 'edProxyPassword'
  151.       end
  152.       object cbNTLMEnabled: TCheckBox
  153.         Left = 8
  154.         Top = 64
  155.         Width = 278
  156.         Height = 17
  157.         Caption = 'NTLM authentication (for ISA proxies)'
  158.         TabOrder = 3
  159.       end
  160.     end
  161.     object cbRequiredPassword: TCheckBox
  162.       Left = 16
  163.       Top = 62
  164.       Width = 321
  165.       Height = 17
  166.       Caption = 'Proxy requires username and password'
  167.       TabOrder = 3
  168.     end
  169.   end
  170.   object rbDirectConnection: TRadioButton
  171.     Left = 8
  172.     Top = 8
  173.     Width = 177
  174.     Height = 16
  175.     Caption = 'Direct connection to the internet'
  176.     TabOrder = 1
  177.   end
  178.   object rbUseProxy: TRadioButton
  179.     Left = 8
  180.     Top = 32
  181.     Width = 177
  182.     Height = 13
  183.     Caption = 'Use Proxy Settings Below'
  184.     TabOrder = 2
  185.   end
  186.   object Timer1: TTimer
  187.     Interval = 100
  188.     OnTimer = Timer1Timer
  189.     Left = 336
  190.     Top = 8
  191.   end
  192. end
  193.